home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / decorating_phebes_room.swf / scripts / DefineButton2_187 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-26  |  181b  |  12 lines

  1. on(release){
  2.    if(btn_art._currentframe < btn_art._totalframes)
  3.    {
  4.       btn_art.nextFrame();
  5.    }
  6.    else
  7.    {
  8.       btn_art.gotoAndStop(1);
  9.    }
  10.    initButtons();
  11. }
  12.